textarea,input {
	font-family : verdana;
	font-size : 12px;
}

button{
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
}

select{
	font-family : Verdana;
	font-size : 12px;
}

.rowheader  {
	font-family : Verdana; 
	font-size : 12px; 
	color : #ffffff; 
	font-weight : bold; 
	padding : 2px; 
	vertical-align : bottom;
	background : url('http://adpoint.radioio.com/images/rowheader.gif'); 
	height : 25px;
}

.hider {
	display : none;
}

.showingtab {
	display : block;
}

.hiddentab {
	display : none;
}

.commenting {
	display : block;
	list-style-type: none;
	
}
.commenting ul{
	list-style-type: none;
}
.reveal {
	text-decoration : underline; 
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.gap {
	clear: both;
	height: 6px;
	line-height: 0.0;
	font-size: 0;
}
.crack{
	float : left;
	width : 3px;
}
/* START clearFix */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */

.thumbnail {
	float:left;
	clear:left;
	padding:0px 3px;
}
div.tabArea {
  font-size: 110%;
  font-weight: bold;
}

a.tab {
  background-color : #f0f0f0;
  padding : 2px 1em 2px 1em;
  text-decoration : none;
}

a.tab, a.tab:visited {
  color : #000000;
}

a.tab:hover {
  background-color : #d0d0d0;
  color : #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color : #c0c0c0;
  color : #000000;
}


#comment_console{
	
	color : #000000;
	width : 450px;
	height : 282px;
	position : absolute;
	display : none;
	background-image : url('/common/global_images/commentbox_450x282.gif');

}
.slideholder {
	position : absolute;
	top : 0px;
	left : 0px;
	filter : alpha(opacity=10);
	opacity : 0.0;
	-moz-opacity : 0.0;
	padding : 4px 4px 0px 4px;
}
.rollNav{
	float : left;
	cursor : pointer;
}
.podcast_button{
	float : left;
	border-width : 1px;
	border-style : solid;
	padding : 1px;
	cursor : pointer;
	font-size : 9px;
	font-weight : bold;
}
#platPopupHolder{
	background-color:#000000;
	color:#FFFFFF;
	height:auto;
	width:auto;
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	display:none;
	position:absolute;
	z-index:20000;
	top:0px;
	left:0px;
	padding:5px;
}

.embed_code textarea,input{
	font-size : 10px;
	font-family : verdana;
}
.inheritor{
	color : inherited;
	font-size : inherited;
}
.vidEmbedLink {
	border:1px solid #ABABAB;
	background-color:#DEDEDE;
	color:#fff;
	padding:1px;
	font-size:10px;
	width:87%;
	margin:0 2%;
}
.vidEmbedLink a{
	color : #000000;
}
.vidEmbedLink a:link{
	color : #000000;
}
.vidEmbedLink a:visited{
	color : #000000;
}
.codehint{
	background-color : #FFFFFF;
	color : #333333;
	padding : 1px 3px;
	border : 1px solid #333333;
	font-size: 9px;
	display : none;
	position : absolute;
	top: 0px;
	left : 0px;
}
/* Gallery editing elements */	

.editThumbContainerOdd{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width: 97%;
	background-color: #ededed;
}
.editThumbContainerEven{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width:97%;
	background-color: #dedede;
}

.editThumbContainer a{
	color : #00CC00;
}
.midSitter{
	float:left;
	height:32px;
	width : 16px;
	padding:16px 0px 0px 0px;
}
.singleButton{
	clear : both;
	height:16px;
	width : 16px;		
}
.thumbControl{
	top : 0px;
	left: 0px;
	width : 50px;
	display : block;
	text-align:center;
	float : left;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.thumbMovers{
	height : 100%;
	padding : 10px 0px 0px 0px;
	vertical-align : middle;
	float:left;
}

/*ugc versions of gallery edit*/
#galleryEditHeader{
	margin: 1px;
	background-color : #666666;
	font-weight:bold;
}

#galleryEditHeader a{
	color : #ffff00;
}
.UGCeditThumbContainer{
	float:left;
	padding:2px;
	width:100px; 
	height:116px;
	overflow:hidden;
	text-align:center;
}

.UGCthumbControl{
	display : block;
	text-align:center;
	position:absolute;
	top:25px;
	left:25px;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.UGCthumbMovers{
	position:relative;
}
/*end of ugc versions*/

#plfmLBOver {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.plfmLBOverMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.plfmLBOver {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #plfmLBOver { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.toolbarRow {
	padding: 3px 7px;
}
.smallselect{
	font-family : tahoma;
	font-size : 10px;
}
/* UGC defaults */
.ugc_profile_divs {
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	height : auto;
	overflow : visible;
	border-color : #196FA5;
	border-style : solid;
	padding : 2px 4px 6px 4px;
	border-width : 1px 1px 1px 1px;
	margin : 2px 2px 2px 2px;
}
.ugc_profile_divs a{
	text-decoration : none;
}
.ugc_profile_divs a:hover{
}
.ugc_profile_divs a:visited{
}
.ugc_menu_items {
	color : #FFFFFF;
	font-family : verdana;
	font-weight : bold;
	font-size : 14px;
	text-align : center;
	background-color : #CCCCCC;
	overflow : visible;
	border-color : #003366;
	border-style : solid;
	padding : 2px 5px 2px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 4px 2px 4px;
}
.ugc_menu_items a{
	color : #FFFFFF;
	text-decoration : none;
}
.ugc_menu_items a:hover{
	color : #000066;
}
.ugc_menu_items a:visited{
	color : #FFFFFF;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #4e4e4e;
	font-family : verdana;
	font-size : 12px;
	background-color : #17338f;
	background-image : url('http://www.knbr.com/template_images/default_background.jpg');
	background-repeat : repeat;
	background-position : top left;
	background-attachment : scroll;
}

h1{
	color : #4e4e4e;
	font-size : 16px;
}

a.link{
	color : #17338f;
	text-decoration : none;
}

a.hover{
	color : #000000;
	text-decoration : none;
}

a.visited{
	color : #17338f;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}


#container{
	position : relative;
	margin : 0 auto;
	width : 990px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#sfgiants_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_2 a:link{
	text-decoration : none;
}
#sfgiants_2 a:visited{
	text-decoration : none;
}
#sfgiants_2 a:hover{
	text-decoration : none;
}
#sfgiants_4{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 278px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px 0px 0px;
}
#sfgiants_4 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_4 a:link{
	text-decoration : none;
}
#sfgiants_4 a:visited{
	text-decoration : none;
}
#sfgiants_4 a:hover{
	text-decoration : none;
}
#sfgiants_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : auto;
	padding : 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
	background-repeat : repeat-x;
	background-position : top;
	background-image : url('http://knbr.platformic.com/template_images/spec_spec_5_background.jpg');
}
#sfgiants_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_5 a:link{
	text-decoration : none;
}
#sfgiants_5 a:visited{
	text-decoration : none;
}
#sfgiants_5 a:hover{
	text-decoration : none;
}
#sfgiants_6{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_6 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_6 a:link{
	text-decoration : none;
}
#sfgiants_6 a:visited{
	text-decoration : none;
}
#sfgiants_6 a:hover{
	text-decoration : none;
}
#sfgiants_13{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 110px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_13 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_13 a:link{
	text-decoration : none;
}
#sfgiants_13 a:visited{
	text-decoration : none;
}
#sfgiants_13 a:hover{
	text-decoration : none;
}
#sfgiants_14{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 168px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://knbr.platformic.com/template_images/spec_spec_14_background.jpg');
	background-repeat : no-repeat;
	background-position : top;
	padding : 0px 10px;
}
#sfgiants_14 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_14 a:link{
	text-decoration : none;
}
#sfgiants_14 a:visited{
	text-decoration : none;
}
#sfgiants_14 a:hover{
	text-decoration : none;
}
#sfgiants_24{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 32px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_24 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_24 a:link{
	text-decoration : none;
}
#sfgiants_24 a:visited{
	text-decoration : none;
}
#sfgiants_24 a:hover{
	text-decoration : none;
}
#sfgiants_25{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 81px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_25 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_25 a:link{
	text-decoration : none;
}
#sfgiants_25 a:visited{
	text-decoration : none;
}
#sfgiants_25 a:hover{
	text-decoration : none;
}
#sfgiants_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 21px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_26 a:link{
	text-decoration : none;
}
#sfgiants_26 a:visited{
	text-decoration : none;
}
#sfgiants_26 a:hover{
	text-decoration : none;
}
#sfgiants_29{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 31px;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	font-size : 12px;
}
#sfgiants_29 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_29 a:link{
	text-decoration : none;
}
#sfgiants_29 a:visited{
	text-decoration : none;
}
#sfgiants_29 a:hover{
	text-decoration : none;
}
#sfgiants_34{
	float : left;
	position : relative;
	z-index : 1;
	width : 729px;
	height : 16px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_34 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_34 a:link{
	text-decoration : none;
}
#sfgiants_34 a:visited{
	text-decoration : none;
}
#sfgiants_34 a:hover{
	text-decoration : none;
}
#sfgiants_35{
	float : left;
	position : relative;
	z-index : 1;
	width : 237px;
	height : 18px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 8px 0px 0px 3px;
}
#sfgiants_35 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_35 a:link{
	text-decoration : none;
}
#sfgiants_35 a:visited{
	text-decoration : none;
}
#sfgiants_35 a:hover{
	text-decoration : none;
}
#sfgiants_47{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://knbr.platformic.com/template_images/spec_spec_47_background.jpg');
}
#sfgiants_47 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_47 a:link{
	text-decoration : none;
}
#sfgiants_47 a:visited{
	text-decoration : none;
}
#sfgiants_47 a:hover{
	text-decoration : none;
}
#sfgiants_48{
	float : left;
	position : relative;
	z-index : 1;
	width : 252px;
	height : 90px;
	padding : 0px 0px 0px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://knbr.platformic.com/template_images/spec_spec_48_background.gif');
	background-repeat : no-repeat;
	background-position : right top;
}
#sfgiants_48 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_48 a:link{
	text-decoration : none;
}
#sfgiants_48 a:visited{
	text-decoration : none;
}
#sfgiants_48 a:hover{
	text-decoration : none;
}
#sfgiants_50 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 495px;
	 height : 16px;
}
#sfgiants_51 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 495px;
	 height : 16px;
}
#sfgiants_62{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 25px;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	color : #000000;
	font-size : 8px;
	padding : 7px 0px 0px 1px;
}
#sfgiants_62 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_62 a:link{
	text-decoration : none;
}
#sfgiants_62 a:visited{
	text-decoration : none;
}
#sfgiants_62 a:hover{
	text-decoration : none;
}
#sfgiants_63 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 252px;
	 height : 16px;
}
#sfgiants_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	padding : 2px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_80 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_80 a:link{
	text-decoration : none;
}
#sfgiants_80 a:visited{
	text-decoration : none;
}
#sfgiants_80 a:hover{
	text-decoration : none;
}
#sfgiants_81{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 13px;
	padding : 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : bottom;
	background-image : url('http://knbr.platformic.com/template_images/spec_spec_81_background.gif');
}
#sfgiants_81 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_81 a:link{
	text-decoration : none;
}
#sfgiants_81 a:visited{
	text-decoration : none;
}
#sfgiants_81 a:hover{
	text-decoration : none;
}
#sfgiants_93{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_93 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_93 a:link{
	text-decoration : none;
}
#sfgiants_93 a:visited{
	text-decoration : none;
}
#sfgiants_93 a:hover{
	text-decoration : none;
}
#sfgiants_94{
	float : left;
	position : relative;
	z-index : 1;
	width : 472px;
	height : auto;
	padding : 0px 8px 2px 8px;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	font-size : 12px;
}
#sfgiants_94 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_94 a:link{
	text-decoration : none;
}
#sfgiants_94 a:visited{
	text-decoration : none;
}
#sfgiants_94 a:hover{
	text-decoration : none;
}
#sfgiants_95{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_95 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_95 a:link{
	text-decoration : none;
}
#sfgiants_95 a:visited{
	text-decoration : none;
}
#sfgiants_95 a:hover{
	text-decoration : none;
}
#sfgiants_103 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 990px;
	 height : 16px;
}
#sfgiants_104 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 990px;
	 height : 16px;
}
#sfgiants_110{
	float : left;
	position : relative;
	z-index : 1;
	width : 472px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_110 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_110 a:link{
	text-decoration : none;
}
#sfgiants_110 a:visited{
	text-decoration : none;
}
#sfgiants_110 a:hover{
	text-decoration : none;
}
#sfgiants_111{
	float : left;
	position : relative;
	z-index : 1;
	width : 472px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#sfgiants_111 h1{
	font-weight : normal;
	font-family : verdana;
}
#sfgiants_111 a:link{
	text-decoration : none;
}
#sfgiants_111 a:visited{
	text-decoration : none;
}
#sfgiants_111 a:hover{
	text-decoration : none;
}

/* CSS Document */

#menz945{
	background-color:transparent;
}
#menz945 a{
	color : #ffe01a;
/* 	width : ~mwidth; */
/* 	background-color : ~mbackground; */
	font-size : 12px;
	text-decoration : none;
	padding : 0px 7px 0px 0px;
	border-style : none;
/* 	border-color : ~mborderColor; */
	border-width : 0px 0px 0px 0px;
	text-align : left;
	font-weight : bold;
}
#menz945 a:hover{
/* 	background-color : ~mhover; */
	color : #ffe01a;
}
body #menz945 .menzactive, body #menz945 .menzactive:hover{
/* 	background-color : ~mhover; */
	text-decoration : none;
}
#menz945 .menzparent{
/* 	background-image : ~img_mbgi; */


}
#menz945 div{
/* 	width : ~smwidth; */
/* 	background-color : ~mhover; */
	padding : 0px 0px 0px 0px;
	border-style : none;
	border-width : 0px 0px 0px 0px;
/* 	border-color : ~smborderColor; */
	margin-top : -1px;
	font-size : 8px;
	text-align : left;
	font-style : normal;
}
#menz945 div a:hover{
	text-decoration : none;
/* 	background-color : ~smhover; */
/* 	color : ~smtextHover; */
}
body #menz945 div .menzactive, body #menz945 div .menzactive:hover{
/* 	background-color : ~smbackground; */
}
#menz945 div .menzparent{
	background-image : url(images/arrow_right.gif);
}
#menz945 div a{
/* 	width : ~smwidth; */
/* 	background-color : ~smbackground; */
	padding : 0px 0px 0px 0px;
	border-width : 0px 0px 0px 0px;
/* 	color : ~smtext; */
	border-style : none;
/* 	border-color : ~smborderColor; */
/* 	font-weight : ~smfontWeight; */
	font-size : 8px;
	text-align : left;
}

.menzclear {
	display:block;
	clear:left;
	font-size:1px;
	height:0px;
	width:0px;
	line-height:0px;
}
.menz_possing {
	position:relative;
}
.menz_possing a {
	float:left;
	display:block;
	white-space:nowrap;
}
.menz_possing div a {
	float:none;
}
.menz_possing div {
	visibility:hidden;
	position:absolute;
}

/*~~vertswap~~*/
#menz945 a{
/* 	background-image : ~img_mbgi; */
/* 	background-repeat : ~mbg_repeat; */
}
#menz945 div a{
/* 	background-image : ~img_smbgi; */
/* 	background-repeat : ~smbg_repeat; */
}
#menz945 a:hover{
/* 	background-image : ~img_mhi; */
/* 	background-repeat : ~mh_repeat; */
}
#menz945 div a:hover{
/* 	background-image : ~img_smhi; */
/* 	background-repeat : ~smh_repeat; */
}
#menz945 a{
	font-style : normal;
}
#container{
	position : relative;
	margin : 0 auto;
	width : 990px;
}
#masthead_4{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 278px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 0px 0px;
}
#masthead_4 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead_4 a:link{
	text-decoration : none;
}
#masthead_4 a:visited{
	text-decoration : none;
}
#masthead_4 a:hover{
	text-decoration : none;
}
#masthead_13{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 110px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead_14{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 168px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/masthead_masthead_14_background.jpg');
	background-repeat : no-repeat;
	background-position : top;
	padding : 0px 10px;
	background-color : #f8f3ef;
}
#masthead_14 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead_14 a:link{
	text-decoration : none;
}
#masthead_14 a:visited{
	text-decoration : none;
}
#masthead_14 a:hover{
	text-decoration : none;
}
#masthead_24{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 32px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead_25{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 81px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 965px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	color : #0851a2;
	padding : 3px 0px 0px 5px;
	font-size : 12px;
}
#masthead_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead_26 a:link{
	color : #000000;
	text-decoration : none;
}
#masthead_26 a:visited{
	color : #000000;
	text-decoration : none;
}
#masthead_26 a:hover{
	color : #0851a2;
	text-decoration : none;
}
#masthead_29{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 31px;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	font-size : 12px;
}
#masthead_29 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead_29 a:link{
	text-decoration : none;
}
#masthead_29 a:visited{
	text-decoration : none;
}
#masthead_29 a:hover{
	text-decoration : none;
}
#masthead_34{
	float : left;
	position : relative;
	z-index : 1;
	width : 729px;
	height : 16px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead_35{
	float : left;
	position : relative;
	z-index : 1;
	width : 237px;
	height : 18px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 8px 0px 0px 3px;
}
#masthead_47{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://knbr.platformic.com/template_images/spec_spec_47_background.jpg');
}
#masthead_48{
	float : left;
	position : relative;
	z-index : 1;
	width : 252px;
	height : 90px;
	padding : 0px 0px 0px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : right top;
	background-image : url('http://www.knbr.com/template_images/masthead_masthead_48_background.png');
}
#masthead_48 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead_48 a:link{
	text-decoration : none;
}
#masthead_48 a:visited{
	text-decoration : none;
}
#masthead_48 a:hover{
	text-decoration : none;
}
#masthead_62{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 25px;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	color : #000000;
	font-size : 8px;
	padding : 7px 0px 0px 1px;
}
#masthead_63{
	float : left;
	position : relative;
	z-index : 1;
	width : 252px;
	height : 16px;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 181px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	height : auto;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#left_column_93{
	float : left;
	position : relative;
	z-index : 1;
	width : 190px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_93 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_93 a:link{
	text-decoration : none;
}
#left_column_93 a:visited{
	text-decoration : none;
}
#left_column_93 a:hover{
	text-decoration : none;
}
#left_column_101{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_101 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_101 a:link{
	text-decoration : none;
}
#left_column_101 a:visited{
	text-decoration : none;
}
#left_column_101 a:hover{
	text-decoration : none;
}
#left_column_102{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	padding : 0px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_102 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_102 a:link{
	text-decoration : none;
}
#left_column_102 a:visited{
	text-decoration : none;
}
#left_column_102 a:hover{
	text-decoration : none;
}
#left_column_103{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	padding : 10px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_103 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_103 a:link{
	text-decoration : none;
}
#left_column_103 a:visited{
	text-decoration : none;
}
#left_column_103 a:hover{
	text-decoration : none;
}
#left_column_104{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_104 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_104 a:link{
	text-decoration : none;
}
#left_column_104 a:visited{
	text-decoration : none;
}
#left_column_104 a:hover{
	text-decoration : none;
}
#left_column_122{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_122 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_122 a:link{
	text-decoration : none;
}
#left_column_122 a:visited{
	text-decoration : none;
}
#left_column_122 a:hover{
	text-decoration : none;
}
#left_column_123{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : 155;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_123 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_123 a:link{
	text-decoration : none;
}
#left_column_123 a:visited{
	text-decoration : none;
}
#left_column_123 a:hover{
	text-decoration : none;
}
#left_column_124{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : 155px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_124 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_124 a:link{
	text-decoration : none;
}
#left_column_124 a:visited{
	text-decoration : none;
}
#left_column_124 a:hover{
	text-decoration : none;
}
#left_column_125{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#left_column_125 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_125 a:link{
	text-decoration : none;
}
#left_column_125 a:visited{
	text-decoration : none;
}
#left_column_125 a:hover{
	text-decoration : none;
}
#left_column_149{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : 152px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_149 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_149 a:link{
	text-decoration : none;
}
#left_column_149 a:visited{
	text-decoration : none;
}
#left_column_149 a:hover{
	text-decoration : none;
}
#left_column_150{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_150 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_150 a:link{
	text-decoration : none;
}
#left_column_150 a:visited{
	text-decoration : none;
}
#left_column_150 a:hover{
	text-decoration : none;
}
#left_column_160{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_160 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_160 a:link{
	text-decoration : none;
}
#left_column_160 a:visited{
	text-decoration : none;
}
#left_column_160 a:hover{
	text-decoration : none;
}
#left_column_161{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_161 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_161 a:link{
	text-decoration : none;
}
#left_column_161 a:visited{
	text-decoration : none;
}
#left_column_161 a:hover{
	text-decoration : none;
}
#left_column_170{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_170 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_170 a:link{
	text-decoration : none;
}
#left_column_170 a:visited{
	text-decoration : none;
}
#left_column_170 a:hover{
	text-decoration : none;
}
#left_column_171{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_171 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_171 a:link{
	text-decoration : none;
}
#left_column_171 a:visited{
	text-decoration : none;
}
#left_column_171 a:hover{
	text-decoration : none;
}
#left_column_188{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_188 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_188 a:link{
	text-decoration : none;
}
#left_column_188 a:visited{
	text-decoration : none;
}
#left_column_188 a:hover{
	text-decoration : none;
}
#left_column_189{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_189 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_189 a:link{
	text-decoration : none;
}
#left_column_189 a:visited{
	text-decoration : none;
}
#left_column_189 a:hover{
	text-decoration : none;
}
#left_column_190{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_190 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_190 a:link{
	text-decoration : none;
}
#left_column_190 a:visited{
	text-decoration : none;
}
#left_column_190 a:hover{
	text-decoration : none;
}
#left_column_191{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_191 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_191 a:link{
	text-decoration : none;
}
#left_column_191 a:visited{
	text-decoration : none;
}
#left_column_191 a:hover{
	text-decoration : none;
}
#left_column_192{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#left_column_192 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_192 a:link{
	text-decoration : none;
}
#left_column_192 a:visited{
	text-decoration : none;
}
#left_column_192 a:hover{
	text-decoration : none;
}
#left_column_207{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : 151px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_207 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_207 a:link{
	text-decoration : none;
}
#left_column_207 a:visited{
	text-decoration : none;
}
#left_column_207 a:hover{
	text-decoration : none;
}
#left_column_208{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_208 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_208 a:link{
	text-decoration : none;
}
#left_column_208 a:visited{
	text-decoration : none;
}
#left_column_208 a:hover{
	text-decoration : none;
}
#left_column_222{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_222 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_222 a:link{
	text-decoration : none;
}
#left_column_222 a:visited{
	text-decoration : none;
}
#left_column_222 a:hover{
	text-decoration : none;
}
#left_column_223{
	float : left;
	position : relative;
	z-index : 1;
	width : 181px;
	height : 151px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#left_column_223 h1{
	font-weight : normal;
	font-family : verdana;
}
#left_column_223 a:link{
	text-decoration : none;
}
#left_column_223 a:visited{
	text-decoration : none;
}
#left_column_223 a:hover{
	text-decoration : none;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 300px;
}
#right_column_95{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#right_column_95 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_95 a:link{
	text-decoration : none;
}
#right_column_95 a:visited{
	text-decoration : none;
}
#right_column_95 a:hover{
	text-decoration : none;
}
#right_column_106{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#right_column_106 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_106 a:link{
	text-decoration : none;
}
#right_column_106 a:visited{
	text-decoration : none;
}
#right_column_106 a:hover{
	text-decoration : none;
}
#right_column_107{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	padding : 30px 0px 0px 0px;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	font-size : 11px;
	background-color : #FFFFFF;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_107_background.jpg');
}
#right_column_107 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_107 a:link{
	text-decoration : underline;
}
#right_column_107 a:visited{
	text-decoration : underline;
}
#right_column_107 a:hover{
	text-decoration : underline;
}
#right_column_108{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 30px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_108_background.jpg');
}
#right_column_108 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_108 a:link{
	text-decoration : none;
}
#right_column_108 a:visited{
	text-decoration : none;
}
#right_column_108 a:hover{
	text-decoration : none;
}
#right_column_109{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#right_column_109 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_109 a:link{
	text-decoration : none;
	color : #000000;
}
#right_column_109 a:visited{
	text-decoration : none;
	color : #000066;
}
#right_column_109 a:hover{
	text-decoration : none;
	color : #000000;
}
#right_column_118{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_118_background.jpg');
}
#right_column_118 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_118 a:link{
	text-decoration : none;
}
#right_column_118 a:visited{
	text-decoration : none;
}
#right_column_118 a:hover{
	text-decoration : none;
}
#right_column_132{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 28px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_132_background.jpg');
}
#right_column_132 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_132 a:link{
	text-decoration : none;
}
#right_column_132 a:visited{
	text-decoration : none;
}
#right_column_132 a:hover{
	text-decoration : none;
}
#right_column_133{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	background-color : #FFFFFF;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_133 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_133 a:link{
	text-decoration : none;
}
#right_column_133 a:visited{
	text-decoration : none;
}
#right_column_133 a:hover{
	text-decoration : none;
}
#right_column_134{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 28px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_134_background.jpg');
}
#right_column_134 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_134 a:link{
	text-decoration : none;
}
#right_column_134 a:visited{
	text-decoration : none;
}
#right_column_134 a:hover{
	text-decoration : none;
}
#right_column_135{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#right_column_135 h1{
	font-weight : normal;
	font-family : arial;
}
#right_column_135 a:link{
	text-decoration : none;
}
#right_column_135 a:visited{
	text-decoration : none;
}
#right_column_135 a:hover{
	text-decoration : none;
}
#right_column_197{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 30;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_197_background.jpg');
}
#right_column_197 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_197 a:link{
	text-decoration : none;
}
#right_column_197 a:visited{
	text-decoration : none;
}
#right_column_197 a:hover{
	text-decoration : none;
}
#right_column_198{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_198 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_198 a:link{
	text-decoration : none;
}
#right_column_198 a:visited{
	text-decoration : none;
}
#right_column_198 a:hover{
	text-decoration : none;
}
#right_column_199{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 30px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_199_background.jpg');
}
#right_column_199 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_199 a:link{
	text-decoration : none;
}
#right_column_199 a:visited{
	text-decoration : none;
}
#right_column_199 a:hover{
	text-decoration : none;
}
#right_column_211{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_211 h1{
	font-weight : normal;
	font-family : arial;
}
#right_column_211 a:link{
	text-decoration : none;
}
#right_column_211 a:visited{
	text-decoration : none;
}
#right_column_211 a:hover{
	text-decoration : none;
}
#right_column_212{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 30px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_212_background.jpg');
	overflow : visible;
	border-style : none;
}
#right_column_212 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_212 a:link{
	text-decoration : none;
}
#right_column_212 a:visited{
	text-decoration : none;
}
#right_column_212 a:hover{
	text-decoration : none;
}
#right_column_213{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	background-color : #FFFFFF;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_213 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_213 a:link{
	text-decoration : none;
}
#right_column_213 a:visited{
	text-decoration : none;
}
#right_column_213 a:hover{
	text-decoration : none;
}
#right_column_215 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#right_column_216 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#right_column_217 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#right_column_236{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_236 h1{
	font-weight : normal;
	font-family : arial;
}
#right_column_236 a:link{
	text-decoration : none;
}
#right_column_236 a:visited{
	text-decoration : none;
}
#right_column_236 a:hover{
	text-decoration : none;
}
#right_column_237{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_237 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_237 a:link{
	text-decoration : none;
}
#right_column_237 a:visited{
	text-decoration : none;
}
#right_column_237 a:hover{
	text-decoration : none;
}
#right_column_246{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_246 h1{
	font-weight : normal;
	font-family : arial;
}
#right_column_246 a:link{
	text-decoration : none;
}
#right_column_246 a:visited{
	text-decoration : none;
}
#right_column_246 a:hover{
	text-decoration : none;
}
#right_column_247{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 28px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://www.knbr.com/template_images/right_column_right_column_247_background.jpg');
}
#right_column_247 h1{
	font-weight : normal;
	font-family : verdana;
}
#right_column_247 a:link{
	text-decoration : none;
}
#right_column_247 a:visited{
	text-decoration : none;
}
#right_column_247 a:hover{
	text-decoration : none;
}
#right_column_248{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : arial;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right_column_248 h1{
	font-weight : normal;
	font-family : arial;
}
#right_column_248 a:link{
	text-decoration : none;
}
#right_column_248 a:visited{
	text-decoration : none;
}
#right_column_248 a:hover{
	text-decoration : none;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 990px;
}
#footer_6{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer_103{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : 17px;
	font-family : arial;
	font-weight : bold;
	text-align : right;
	background-repeat : no-repeat;
	background-position : bottom;
	overflow : visible;
	border-style : none;
	font-size : 10px;
	color : #ffe01a;
	padding : 13px 10px 0px 10px;
	background-image : url('http://www.knbr.com/template_images/footer_footer_103_background.gif');
}
#footer_103 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer_103 a:link{
	text-decoration : none;
	color : #ffe01a;
}
#footer_103 a:visited{
	text-decoration : none;
	color : #ffe01a;
}
#footer_103 a:hover{
	text-decoration : none;
	color : #FFFFFF;
}
#footer_104{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px 0px 0px;
}
#footer_104 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer_104 a:link{
	text-decoration : none;
}
#footer_104 a:visited{
	text-decoration : none;
}
#footer_104 a:hover{
	text-decoration : none;
}
#footer_117{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 16px;
}
#footer_118{
	float : left;
	position : relative;
	z-index : 1;
	width : 990px;
	height : 16px;
}

